Method: Bundler::Thor::CoreExt::HashWithIndifferentAccess#[]=

Defined in:
lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb

#[]=(key, value) ⇒ Object



23
24
25
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb', line 23

def []=(key, value)
  super(convert_key(key), value)
end